home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
rex.lha
/
rex
/
lib
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-08-18
|
179 b
|
13 lines
all: ScanDrv.mod Scanner.def Scanner.mod Source.def Source.mod
clean:
rm -f core *.def *.mod
.SUFFIXES: .def .mod .md .mi
.md.def:
ln $*.md $*.def
.mi.mod:
ln $*.mi $*.mod